home *** CD-ROM | disk | FTP | other *** search
/ Teach Yourself VRML 2 in 21 Days / Teach Yourself VRML 2 in 21 Days.iso / pc / source / chap15 / bkexmpl.wrl < prev    next >
Encoding:
Text File  |  1996-12-24  |  427 b   |  22 lines

  1. #VRML V2.0 utf8 CosmoCreate3D V1.0
  2.  
  3. DEF ELEVATOR_ENTRY Viewpoint {
  4.     position    0 .5 12
  5.     description    "ENTRY"
  6. }
  7. Background {
  8.   groundColor  [0 1 0]
  9.   backUrl      ["clouds.jpg"]
  10.   frontUrl     ["clouds.jpg"]
  11.   leftUrl      ["clouds.jpg"]
  12.   rightUrl     ["clouds.jpg"]
  13.   topUrl       ["clouds.jpg"]
  14. }
  15. Transform {
  16.       children 
  17.          DEF SHAFT Inline {
  18.             url ["newshaft.wrl"] 
  19.          }
  20. }
  21.  
  22.